projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d27f2fc
)
test/py: fix a couple typos in comments
author
Stephen Warren
<
[email protected]
>
Thu, 28 Jan 2016 17:18:03 +0000
(10:18 -0700)
committer
Simon Glass
<
[email protected]
>
Fri, 29 Jan 2016 04:01:24 +0000
(21:01 -0700)
s/updata/update/.
Signed-off-by: Stephen Warren <
[email protected]
>
Reviewed-by: Simon Glass <
[email protected]
>
test/py/tests/test_env.py
patch
|
blob
|
history
diff --git
a/test/py/tests/test_env.py
b/test/py/tests/test_env.py
index 651303f8cd69ba7aa3de068ab01e73347addb5ad..c41aa5a9d9c7a40d958eef2fedaab0c015b9baba 100644
(file)
--- a/
test/py/tests/test_env.py
+++ b/
test/py/tests/test_env.py
@@
-94,7
+94,7
@@
def unset_var(state_test_env, var):
object.
Args:
- state_test_env: The StateTestEnv object to updat
a
.
+ state_test_env: The StateTestEnv object to updat
e
.
var: The variable name to unset.
Returns:
@@
-112,7
+112,7
@@
def set_var(state_test_env, var, value):
object.
Args:
- state_test_env: The StateTestEnv object to updat
a
.
+ state_test_env: The StateTestEnv object to updat
e
.
var: The variable name to set.
value: The value to set the variable to.